home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Resources / System / fat95 / english / MS0 < prev    next >
Text File  |  2000-07-27  |  455b  |  19 lines

  1. /* MS0: fat95 PC file system for floppy #0              */
  2. /* $VER: fat95 file system 2.6 (26-Jul-2000) by Torsten Jager */
  3.  
  4. FileSystem    = l:fat95
  5. Device        = mfm.device
  6. Unit        = 0        /* change drive number here */
  7. Flags        = 0
  8. LowCyl        = 0
  9. HighCyl        = 79
  10. Surfaces    = 2        /* bootblock values have priority over these */
  11. BlocksPerTrack    = 9
  12. Buffers        = 20
  13. BufMemType    = 1
  14. BootPri        = 0
  15. Stacksize    = 2048
  16. Priority    = 5
  17. GlobVec        = -1
  18. DosType        = 0x46415400    /* enable ETD commands */
  19.